home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 76 / XENIATGM66.iso / Indiana Jones / Indiana Jones.exe / RESOURCE / PREVIEW.GOB / cog_aet_electrowhip.cog < prev    next >
Text File  |  1999-11-15  |  840b  |  42 lines

  1. # Jones 3D Cog Script
  2. #
  3. # aet_ElectroWhip.cog
  4. #
  5. # This COG contains resources needed for electric whip.
  6. #
  7. # [RandyT]
  8. #
  9. # (C) 1998 LucasArts Entertainment Company LLC. All Rights Reserved
  10. #
  11. # ===================================================================
  12.  
  13. symbols
  14.  
  15. message        startup
  16.  
  17. sound        bam=aet_whip_crack.wav            local
  18.  
  19. template    projectile=+whip_electric        local
  20. template    spr_flash=+whip_spr_flash        local
  21. template    spr_rays=+whip_spr_rays            local
  22. template    spr_ring=+whip_spr_ring            local
  23. template    whip_flash=+whip_flash            local
  24. template    whip_rays=+whip_rays            local
  25. template    whip_ring=+whip_ring            local
  26.  
  27. int            dummy
  28.  
  29. end
  30.  
  31. # ===================================================================
  32.  
  33. code
  34.  
  35. startup:
  36.  
  37.     return;
  38.  
  39. # -------------------------------------------------------------------
  40.  
  41. end
  42.